home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / varin58g.zip / README.DOC < prev    next >
Text File  |  1993-04-10  |  8KB  |  199 lines

  1.  
  2.  
  3.                   The Variable Investment Analyst 5.X   Page 1
  4.  
  5.  
  6.      Welcome to the Variable Investment Analyst investment portfolio
  7.      management program!  This program will help you track returns on
  8.      variable (non-fixed) investments such as stocks, bonds, mutual funds,
  9.      401K plans, annuities, and partnerships.  It can track thousands of
  10.      investments and transactions.  It calculates basis, profit, periodic
  11.      total return, cumulative total return, average annual total return,
  12.      internal rate of return, and low, high, and average buy and sell
  13.      prices.  It can output to screen, printer, and disk file.  It runs on
  14.      any current IBM compatible monitor/display adapter combination.  A
  15.      hard drive is *not* required.
  16.  
  17.      Following is a summary of the major enhancements, and the version in
  18.      which they were introduced:
  19.  
  20.      Introduced in Version 4:
  21.  
  22.          1)  Data files use the more accurate IEEE format numbers rather
  23.          than Microsoft Binary Format numbers.
  24.          2)  Data files use long format dates (MMDDYYYY) rather than
  25.          MMDDYY, which will allow the the program's calculations to be
  26.          accurate across centuries (There are many programs out there that
  27.          won't calculate correctly after the year 1999).
  28.          3)  The program calculates low, high, and average buy and sell
  29.          price statistics.
  30.          4)  The user can export the reports to disk file.
  31.          5)  Advanced code optimization and memory management techniques
  32.          allow tracking thousands of investments and transactions.
  33.          6)  Includes more comprehensive instructions, input editing, and
  34.          error handling.
  35.  
  36.      Introduced in Version 5:
  37.  
  38.          1)  Allows the input of service charge transactions which affect
  39.          profit and % return calculations, but *not* buy or sell price
  40.          statistics.  Previously, the user had to include service charges
  41.          in their buy or sell prices, which adversely affected their low,
  42.          high, and average buy/sell price statistics.
  43.          2)  % Return calculations are accurate to the day.  Previously,
  44.          return calculations were rounded to the nearest month.
  45.          3)  Includes dollar-weighted annualized internal rate of return
  46.          (IRR) calculation.
  47.          4)  When listing an investment, the user can optionally use a date
  48.          mask to compare returns from different investments more easily.
  49.          5)  Pull-down menus, dialog boxes, and mouse capability (5.6).
  50.          6)  A basis worksheet for determining capital gains (5.7e).
  51.          7)  The limit of 10 records was removed from the non-registered
  52.          versions, giving it all the functionality of the registered
  53.          version (5.8).
  54.  
  55.      This version was compiled using Microsoft BASIC Professional
  56.      Development System 7.1.  It works with any DOS version 2.0 or greater,
  57.      and will use a math coprocessor, if it finds one on board.  Versions
  58.  
  59.  
  60.  
  61.  
  62.                                Readme Apr 10, 1993
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                   The Variable Investment Analyst 5.X   Page 2
  70.  
  71.  
  72.      *prior* to 3.0 were written in GWBASIC, and data files created in
  73.      those versions will *not* work using this new version, so you will
  74.      have to re-input them.  If you are upgrading from version 3 or 4.X,
  75.      however, you can re-format your data files to this version by first
  76.      running the included program, 'Varcvrt.exe'.
  77.  
  78.      Included in the .ZIP file, should be the following files:
  79.  
  80.          1)  Varinv.exe is the program.  Just type 'Varinv' at the DOS
  81.          prompt to run.
  82.          2)  Readme.doc is the file you are reading now.
  83.          3)  Varinv.doc is an ASCII file which contains the instructions
  84.          and registration form which are accessed by the program.  It can
  85.          optionally be loaded into your word processor, to allow you to
  86.          search for specific subjects.  For proper program operation, this
  87.          file should not be modified.
  88.          4)  Varinv.dat holds the names and descriptions of the investment
  89.          data files.  If you ever accidentally delete it, the program will
  90.          recreate it; all you have to do then is re-input the names and
  91.          descriptions of your investment data files with the 'Open' option
  92.          under the 'Files' menu.
  93.          5)  Example.dat, DJ_30.dat, and SP_500.dat are sample investment
  94.          data files, included to help you better understand the program's
  95.          features.
  96.          6)  Varcvrt.exe will re-format version 3 or 4.X data files so they
  97.          can be used by this new version.  For version 3 files, it will,
  98.          among other things, convert dates from MMDDYY to MMDD19YY.  For
  99.          version 4.X, it will convert dividend transactions into negative
  100.          amounts.  This will allow the program to distinguish them from
  101.          service charges (introduced in version 5), which have an identical
  102.          format, but use positive amounts.
  103.          7)  Prices.scr is a script file for use with Autosig to facilitate
  104.          downloading market index price and dividend history from
  105.          Compuserve.  This data can then be manually input into investment
  106.          files.
  107.          8)  Sharewar.doc is an explanation of the shareware principle.
  108.          9)  Register.doc is a copy of the registration form.  Simply type
  109.          'Copy register.doc prn' to print it on your printer.
  110.  
  111.      When first running the program, pick the 'Files' menu, then the 'Open'
  112.      option; then move the cursor to the file named 'Example', and press
  113.      Enter.  After returning to the main menu, pick the 'Transactions'
  114.      menu, then the 'List' option, to see the transactions in this sample
  115.      investment file.  This will help you better understand the program's
  116.      features.  More detailed operating instructions are accessed by
  117.      picking the 'Instructions' option under the 'Miscellaneous' menu.
  118.      If you would like to run the program from your hard drive, simply
  119.      create a directory, and then copy all the files from the diskette(s)
  120.      to that directory.
  121.  
  122.      Important message from the Association of Shareware Professionals:
  123.      "This program is produced by a member of the Association of Shareware
  124.  
  125.  
  126.  
  127.  
  128.                                Readme Apr 10, 1993
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                   The Variable Investment Analyst 5.X   Page 3
  136.  
  137.  
  138.      Professionals (ASP).  ASP wants to make sure that the shareware
  139.      principle works for you. If you are unable to resolve a
  140.      shareware-related problem with an ASP member by contacting the member
  141.      directly, ASP may be able to help. The ASP Ombudsman can help you
  142.      resolve a dispute or problem with an ASP member, but does not provide
  143.      technical support for members' products.  Please write to the ASP
  144.      Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
  145.      message via CompuServe Mail to ASP Ombudsman 70007,3536."
  146.                                                 _______
  147.                                            ____|__     |               (R)
  148.      William H. Baldwin                 --|       |    |-------------------
  149.      8704 Broadmoor, #806                 |   ____|__  |  Association of
  150.      Overland Park, Ks.  66212            |  |       |_|  Shareware
  151.      Compuserve ID: 76200,275             |__|   o   |    Professionals
  152.                                         -----|   |   |---------------------
  153.                                              |___|___|    MEMBER
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                                Readme Apr 10, 1993
  195.  
  196.  
  197.  
  198.  
  199.